home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11827 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: gaia.ns.utk.edu!mbk
  2. From: mbk@caffeine.engr.utk.edu (Matt Kennel)
  3. Newsgroups: comp.lang.java,sci.math,sci.math.num-analysis,comp.lang.fortran,comp.lang.c
  4. Subject: Re: mathematical/statistical routines in Java
  5. Followup-To: comp.lang.java,sci.math,sci.math.num-analysis,comp.lang.fortran,comp.lang.c
  6. Date: 26 Mar 1996 19:45:24 GMT
  7. Organization: University of Tennessee, Knoxville and Oak Ridge National Laboratory
  8. Distribution: inet
  9. Message-ID: <4j9hgk$h2n@gaia.ns.utk.edu>
  10. References: <31514E36.4E5E@baan.nl> <31546CE1.1C18@BlueSky.net> <4j6hj8$93h@wcap.centerline.com> <3157A977.22FA@baan.nl>
  11. Reply-To: kennel@msr.epm.ornl.gov
  12. NNTP-Posting-Host: caffeine.engr.utk.edu
  13. X-Newsreader: TIN [version 1.2 PL2]
  14.  
  15. Jaco van Kooten (jvkooten@baan.nl) wrote:
  16. : > Dan Jacobs  <djacobs@BlueSky.net> wrote:
  17. : > >Jaco van Kooten wrote:
  18. : > >>
  19. : > >> Does anyone know if there exist mathematical and statistical
  20. : > >> routines in Java? A lot of them are available in Fortran and
  21. : > >> C (at netlib), but I need them in Java.
  22. : > >> O.K. I can rewrite them, but that's a rather boring and time
  23. : > >> consuming job. (May be it is time to write a C2java compiler.)
  24. : > >> I am also interested in cooperating with someone having the same
  25. : > >> problem.
  26. : > >>> >> 
  27. : > >> Jaco van Kooten
  28. : > >>
  29. : > >
  30. : > >You don't need to rewrite them.  You can use Java native methods
  31. : > >as an interface to them.
  32. : > 
  33. : > Sure, if you don't want to make your code portable.
  34. : > 
  35. : > I can't imagine using Java to do serious number crunching unless
  36. : > you wanted to be portably, however...
  37. : > --
  38. : > Thomas Andrews           Email: thomaso@centerline.com
  39. : > CenterLine Software      WWW: http://draco.centerline.com:8080/~thomaso/
  40.  
  41. : Indeed, I want my code to make portable. And I hope that in the
  42. : future Java becomes faster.
  43.  
  44. It is your choice, of course.  However, if you want to get results
  45. now and use a new and clean OO language for scientific computation
  46. the best one is Sather.  Look at http://www.icsi.berkeley.edu/~sather.
  47.  
  48. Some {but not enough IMHO} of its good ideas seemed to have gone in to
  49. Java (whether by knowledge or by independent invention I don't know). 
  50.  
  51.  
  52. : Regards,
  53. : Jaco van Kooten     Email: jvkooten@baan.nl
  54. : Baan Research
  55.